home *** CD-ROM | disk | FTP | other *** search
/ The Final Frontier 2 / Final Frontier 2 (Disk 1 of 3).adf / s / startup-sequence.bak < prev   
Text File  |  1999-12-25  |  519b  |  29 lines

  1. PPLoadSeg
  2. fastmemfirst
  3. c:SetPatch >NIL: 
  4. border off
  5. BindDrivers
  6. resident c:echo pure 
  7. resident c:Mount pure 
  8. makedir ram:t
  9. assign T: ram:t 
  10. makedir ram:env 
  11. assign ENV: ram:env
  12. makedir ram:clipboards 
  13. assign CLIPS: ram:clipboards
  14. cls
  15. echo "                       THE FINAL FRONTIER - ISSUE 2"
  16. echo ""
  17. echo ""
  18. echo "            Please note that the intro needs AT LEAST 1MB to run!"
  19. echo "" 
  20. echo ""
  21. ask "Do you have 1 MEG and want to see the intro?"
  22. if warn
  23. intro
  24. endif
  25. echo ""
  26. echo "Please wait... loading menu"
  27. menu
  28.  
  29.